This notifies the AT context that the widgets size
has changed.
gtk_widget_adjust_size_allocation (widget, &adjusted);
-
if (adjusted.width < 0 || adjusted.height < 0)
{
g_warning ("gtk_widget_size_allocate(): attempt to allocate %s %s %p with width %d and height %d",
gtk_widget_update_paintables (widget);
+ if (size_changed)
+ gtk_accessible_bounds_changed (GTK_ACCESSIBLE (widget));
+
skip_allocate:
if (size_changed || baseline_changed)
gtk_widget_queue_draw (widget);